PowerTCP Telnet for .NET CF
Write(Byte[]) Method
See Also  Send comments on this topic.
Dart.Common Namespace > TcpBase Class > Write Method : Write(Byte[]) Method




buffer
Byte array of data to send.
Sends data to the remote host.

Syntax

Visual Basic (Declaration) 
Public Overloads Sub Write( _
   ByVal buffer() As Byte _
) 
Visual Basic (Usage)Copy Code
Dim instance As TcpBase
Dim buffer() As Byte
 
instance.Write(buffer)
C# 
public void Write( 
   byte[] buffer
)
Managed Extensions for C++ 
public: void Write( 
   byte[]* buffer
) 
C++/CLI 
public:
void Write( 
   array<byte>^ buffer
) 

Parameters

buffer
Byte array of data to send.

Remarks

This method synchronously sends data to the remote host over an existing connection. It will block until a buffer is available to accept the data or the SendTimeout value has expired.

Requirements

Target Platforms: Microsoft .NET Framework 2.0

See Also

Documentation Version 4.2
© 2010 Dart Communications. All Rights Reserved.